home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
MacStepbyStep.dxr
/
Internal_63_pizza1 increase quantity.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-01
|
295 b
|
14 lines
on mouseDown
global gQuantity1, gList1Prod, gList1Quant
if gList1Prod = string("Tate & Lyle Granulated Sugar") then
nothing()
else
if gList1Quant = 0 then
nothing()
else
gQuantity1 = gQuantity1 + 1
member(69).text = string(gQuantity1)
end if
end if
end